home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / PGP / source / AMIGA.CHANGELOG next >
Encoding:
Text File  |  1998-02-01  |  2.3 KB  |  67 lines

  1. Changes since initial AMIGA 23/DEC/1997 release:
  2.  
  3. PGPK:
  4.  
  5. 1.    Now works correctly for option 3 (2048) of RSA key generation...
  6.     -    You can now generate 2048 bit RSA keys...  If you've got 20 minutes
  7.     -    or so!  Previously, program would only let you generate 1024 bit
  8.     -    maximum size keys.
  9.  
  10. 2.    You can now select option 4 if you make a 4096/1024 DSS/D-H key...
  11.     -    Program error message "Minimum key size is 768" was incorrectly
  12.     -    displayed if you tried to select option #4 when creating a DSS/D-H
  13.     -    key...  Again, if you've got 20 minutes or so!
  14.  
  15. 3.    Option 4 message choice is now correct for DSS/D-H key generation...
  16.     -    Displayed "3072/1024 bits- Archival grade, slow, highest security"
  17.     -    before.
  18.     -    Now displays "4096/1024 bits- Archival grade, slow, highest security".
  19.  
  20. 4.    Display of RSA or DSS/D-H key algorithm choice now correct...
  21.     -    Would incorrectly display a "subkey" for RSA key generation.
  22.     -    RSA does not have a "subkey"!
  23.  
  24.  
  25. PGPE:
  26. PGPV:
  27. PGPS:
  28.  
  29. 1.    No significant changes.
  30.  
  31. -------------------------------------------------------------------------------
  32.  
  33. Changes since AMIGA 2/JAN/1998 release:
  34.  
  35. 1.    I unlocked the secret to making the 32 bit stuff work on the AMIGA.
  36.     -    See "src/lib/bn/bni.h", line 154, in the source-code for details.
  37.     -    Improves speed - Half as long to wait for most things!
  38.  
  39. 2.    BETA warnings: Start at 1-APRIL-1998...  No Joke  *8=)
  40.  
  41. -------------------------------------------------------------------------------
  42.  
  43. Changes for AMIGA 29/JAN/1998 release:
  44.  
  45. 1.    ALL messages now go to "stdout" instead of "stderr".
  46.     -    Allows for easier integration of Amiga PGP5 with external programs.
  47.     -    I hope this doesn't break current, existing "integrations".
  48.  
  49. 2.    PGPK - Because of the change from stderr to stdout, needed to make sure we
  50.     flushed output from "KeyGenGetKeyType()".
  51.  
  52. 3.    Added version information.
  53.     -    "C:Version" now returns version info about executables.
  54.  
  55. 4.    Made sure the "HAVE64" arithmetic "bit-widths" are used in
  56.     "lib/pgp/hash/pgpSHA.c" and "lib/pgp/hash/pgpSHA.c".
  57.  
  58. 5.    BETA warnings: Start at 1-JUNE-1998.
  59.  
  60. -------------------------------------------------------------------------------
  61.  
  62. *** NOTE ***
  63.  
  64. All changes are "#ifdef AMIGA" or "#if defined(AMIGA)" in the source code...
  65. That means only the AMIGA version will have these changes in effect.
  66. Feel free to use them for the UNIX version if appropriate!
  67.